﻿2026-07-06T07:55:31.8580236Z ##[group]Run set -euo pipefail
2026-07-06T07:55:31.8580655Z [36;1mset -euo pipefail[0m
2026-07-06T07:55:31.8580912Z [36;1mPIN=0c95435[0m
2026-07-06T07:55:31.8581146Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-06T07:55:31.8581419Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-06T07:55:31.8581786Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-06T07:55:31.8582218Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-06T07:55:31.8582674Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-06T07:55:31.8583051Z [36;1m  rm -rf "$CACHE"[0m
2026-07-06T07:55:31.8583332Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-06T07:55:31.8583638Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-06T07:55:31.8583981Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-06T07:55:31.8584339Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-06T07:55:31.8584630Z [36;1mfi[0m
2026-07-06T07:55:31.8584947Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-06T07:55:31.8599404Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-06T07:55:31.8599743Z env:
2026-07-06T07:55:31.8599968Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-06T07:55:31.8600229Z ##[endgroup]
2026-07-06T07:55:32.1486099Z    Compiling proc-macro2 v1.0.106
2026-07-06T07:55:32.1487044Z    Compiling quote v1.0.45
2026-07-06T07:55:32.1487600Z    Compiling unicode-ident v1.0.24
2026-07-06T07:55:32.1488068Z    Compiling libc v0.2.186
2026-07-06T07:55:32.1488397Z    Compiling serde_core v1.0.228
2026-07-06T07:55:32.1489175Z    Compiling cfg-if v1.0.4
2026-07-06T07:55:32.1489538Z    Compiling serde v1.0.228
2026-07-06T07:55:32.1512822Z    Compiling log v0.4.32
2026-07-06T07:55:32.1586639Z    Compiling pin-project-lite v0.2.17
2026-07-06T07:55:32.1624912Z    Compiling typenum v1.20.1
2026-07-06T07:55:32.1625822Z    Compiling portable-atomic v1.13.1
2026-07-06T07:55:32.1660764Z    Compiling memchr v2.8.1
2026-07-06T07:55:32.1712545Z    Compiling version_check v0.9.5
2026-07-06T07:55:32.1713352Z    Compiling find-msvc-tools v0.1.9
2026-07-06T07:55:32.1713865Z    Compiling critical-section v1.2.0
2026-07-06T07:55:32.2072322Z    Compiling shlex v2.0.1
2026-07-06T07:55:32.2721977Z    Compiling subtle v2.6.1
2026-07-06T07:55:32.2781055Z    Compiling bytes v1.11.1
2026-07-06T07:55:32.3010700Z    Compiling futures-core v0.3.32
2026-07-06T07:55:32.4385393Z    Compiling smallvec v1.15.1
2026-07-06T07:55:32.4481268Z    Compiling equivalent v1.0.2
2026-07-06T07:55:32.4750204Z    Compiling itoa v1.0.18
2026-07-06T07:55:32.4882001Z    Compiling semver v1.0.28
2026-07-06T07:55:32.5395727Z    Compiling stable_deref_trait v1.2.1
2026-07-06T07:55:32.5431800Z    Compiling futures-io v0.3.32
2026-07-06T07:55:32.5580857Z    Compiling slab v0.4.12
2026-07-06T07:55:32.5761722Z    Compiling generic-array v0.14.7
2026-07-06T07:55:32.5841387Z    Compiling futures-sink v0.3.32
2026-07-06T07:55:32.6141854Z    Compiling futures-task v0.3.32
2026-07-06T07:55:32.7000451Z    Compiling futures-channel v0.3.32
2026-07-06T07:55:32.7265613Z    Compiling rand_core v0.10.1
2026-07-06T07:55:32.7550848Z    Compiling hashbrown v0.17.1
2026-07-06T07:55:32.7605741Z    Compiling rustversion v1.0.22
2026-07-06T07:55:32.7899780Z    Compiling bitflags v2.12.1
2026-07-06T07:55:32.8395864Z    Compiling rustc_version v0.4.1
2026-07-06T07:55:32.8480813Z    Compiling cpufeatures v0.2.17
2026-07-06T07:55:32.8550692Z    Compiling getrandom v0.4.2
2026-07-06T07:55:32.9055496Z    Compiling fnv v1.0.7
2026-07-06T07:55:32.9210593Z    Compiling cfg_aliases v0.2.1
2026-07-06T07:55:32.9422644Z    Compiling strsim v0.11.1
2026-07-06T07:55:32.9850836Z    Compiling writeable v0.6.3
2026-07-06T07:55:33.0230302Z    Compiling litemap v0.8.2
2026-07-06T07:55:33.0280601Z    Compiling icu_normalizer_data v2.2.0
2026-07-06T07:55:33.0720809Z    Compiling fs_extra v1.3.0
2026-07-06T07:55:33.2262404Z    Compiling icu_properties_data v2.2.0
2026-07-06T07:55:33.2329384Z    Compiling dunce v1.0.5
2026-07-06T07:55:33.2500789Z    Compiling utf8_iter v1.0.4
2026-07-06T07:55:33.2527290Z    Compiling ident_case v1.0.1
2026-07-06T07:55:33.3123796Z    Compiling autocfg v1.5.1
2026-07-06T07:55:33.3565585Z    Compiling percent-encoding v2.3.2
2026-07-06T07:55:33.3854220Z    Compiling http v1.4.1
2026-07-06T07:55:33.4002218Z    Compiling cpufeatures v0.3.0
2026-07-06T07:55:33.4254885Z    Compiling aws-lc-rs v1.17.0
2026-07-06T07:55:33.4694268Z    Compiling thiserror v2.0.18
2026-07-06T07:55:33.4977986Z    Compiling unicode-segmentation v1.13.3
2026-07-06T07:55:33.5656721Z    Compiling scopeguard v1.2.0
2026-07-06T07:55:33.6229584Z    Compiling form_urlencoded v1.2.2
2026-07-06T07:55:33.7070409Z    Compiling indexmap v2.14.0
2026-07-06T07:55:33.7140453Z    Compiling lock_api v0.4.14
2026-07-06T07:55:33.7311064Z    Compiling chacha20 v0.10.0
2026-07-06T07:55:33.7472858Z    Compiling untrusted v0.9.0
2026-07-06T07:55:33.7969370Z    Compiling syn v2.0.117
2026-07-06T07:55:33.8196682Z    Compiling heck v0.5.0
2026-07-06T07:55:33.8479588Z    Compiling rustls v0.23.40
2026-07-06T07:55:33.8580478Z    Compiling unicode-xid v0.2.6
2026-07-06T07:55:33.8820641Z    Compiling const-oid v0.10.2
2026-07-06T07:55:33.9310842Z    Compiling atomic-waker v1.1.2
2026-07-06T07:55:34.0152491Z    Compiling convert_case v0.10.0
2026-07-06T07:55:34.0310832Z    Compiling anyhow v1.0.102
2026-07-06T07:55:34.0440584Z    Compiling parking_lot_core v0.9.12
2026-07-06T07:55:34.0540538Z    Compiling httparse v1.10.1
2026-07-06T07:55:34.0650627Z    Compiling zerocopy v0.8.50
2026-07-06T07:55:34.0652435Z    Compiling paste v1.0.15
2026-07-06T07:55:34.1123114Z    Compiling num-traits v0.2.19
2026-07-06T07:55:34.1380378Z    Compiling hybrid-array v0.4.12
2026-07-06T07:55:34.1620661Z    Compiling curve25519-dalek v4.1.3
2026-07-06T07:55:34.3160751Z    Compiling jobserver v0.1.34
2026-07-06T07:55:34.3421402Z    Compiling crypto-common v0.1.7
2026-07-06T07:55:34.3529436Z    Compiling block-buffer v0.10.4
2026-07-06T07:55:34.3651164Z    Compiling ahash v0.8.12
2026-07-06T07:55:34.3891288Z    Compiling base64ct v1.8.3
2026-07-06T07:55:34.4136743Z    Compiling powerfmt v0.2.0
2026-07-06T07:55:34.4250210Z    Compiling fastrand v2.4.1
2026-07-06T07:55:34.4538592Z    Compiling either v1.16.0
2026-07-06T07:55:34.4930815Z    Compiling digest v0.10.7
2026-07-06T07:55:34.6570476Z    Compiling cc v1.2.63
2026-07-06T07:55:34.6830455Z    Compiling http-body v1.0.1
2026-07-06T07:55:34.7140549Z    Compiling pem-rfc7468 v1.0.0
2026-07-06T07:55:34.7513199Z    Compiling deranged v0.5.8
2026-07-06T07:55:34.8290619Z    Compiling pkg-config v0.3.33
2026-07-06T07:55:34.8581149Z    Compiling num-conv v0.2.2
2026-07-06T07:55:34.8820761Z    Compiling base64 v0.22.1
2026-07-06T07:55:34.8941371Z    Compiling tower-service v0.3.3
2026-07-06T07:55:34.9641480Z    Compiling mio v1.2.1
2026-07-06T07:55:34.9750174Z    Compiling socket2 v0.6.4
2026-07-06T07:55:34.9790692Z    Compiling getrandom v0.2.17
2026-07-06T07:55:35.1700747Z    Compiling rand_core v0.6.4
2026-07-06T07:55:35.1831326Z    Compiling try-lock v0.2.5
2026-07-06T07:55:35.2002238Z    Compiling tinyvec_macros v0.1.1
2026-07-06T07:55:35.2030798Z    Compiling zmij v1.0.21
2026-07-06T07:55:35.2600765Z    Compiling time-core v0.1.8
2026-07-06T07:55:35.2870623Z    Compiling rand v0.10.1
2026-07-06T07:55:35.3630207Z    Compiling uuid v1.23.2
2026-07-06T07:55:35.3690761Z    Compiling vcpkg v0.2.15
2026-07-06T07:55:35.3773866Z    Compiling data-encoding v2.11.0
2026-07-06T07:55:35.4090441Z    Compiling parking_lot v0.12.5
2026-07-06T07:55:35.4656873Z    Compiling want v0.3.1
2026-07-06T07:55:35.4789637Z    Compiling tinyvec v1.11.0
2026-07-06T07:55:35.6342842Z    Compiling block-buffer v0.12.0
2026-07-06T07:55:35.6780360Z    Compiling crypto-common v0.2.2
2026-07-06T07:55:35.7830467Z    Compiling sha2 v0.10.9
2026-07-06T07:55:35.9200670Z    Compiling inout v0.1.4
2026-07-06T07:55:36.0370408Z    Compiling vergen-lib v9.1.0
2026-07-06T07:55:36.0470141Z    Compiling n0-future v0.3.2
2026-07-06T07:55:36.0690767Z    Compiling cmake v0.1.58
2026-07-06T07:55:36.1011119Z    Compiling signature v2.2.0
2026-07-06T07:55:36.1107575Z    Compiling cordyceps v0.3.4
2026-07-06T07:55:36.1115659Z    Compiling spin v0.10.0
2026-07-06T07:55:36.2086341Z    Compiling parking v2.2.1
2026-07-06T07:55:36.2250686Z    Compiling crossbeam-utils v0.8.21
2026-07-06T07:55:36.2700631Z    Compiling httpdate v1.0.3
2026-07-06T07:55:36.3180758Z    Compiling diatomic-waker v0.2.3
2026-07-06T07:55:36.3310717Z    Compiling winnow v1.0.3
2026-07-06T07:55:36.3825165Z    Compiling serde_json v1.0.150
2026-07-06T07:55:36.3927059Z    Compiling futures-lite v2.6.1
2026-07-06T07:55:36.4426023Z    Compiling ed25519 v2.2.3
2026-07-06T07:55:36.4660284Z    Compiling futures-buffered v0.2.13
2026-07-06T07:55:36.4840614Z    Compiling cipher v0.4.4
2026-07-06T07:55:36.5445799Z    Compiling netlink-packet-core v0.8.1
2026-07-06T07:55:36.5749486Z    Compiling universal-hash v0.5.1
2026-07-06T07:55:36.5940722Z    Compiling vergen-lib v0.1.6
2026-07-06T07:55:36.6010275Z    Compiling vergen v9.1.0
2026-07-06T07:55:36.6031024Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-06T07:55:36.6760700Z    Compiling digest v0.11.3
2026-07-06T07:55:36.6830360Z    Compiling heapless v0.7.17
2026-07-06T07:55:36.7470970Z    Compiling noq-udp v0.10.0
2026-07-06T07:55:36.7511309Z    Compiling sync_wrapper v1.0.2
2026-07-06T07:55:36.7870583Z    Compiling byteorder v1.5.0
2026-07-06T07:55:36.8011439Z    Compiling allocator-api2 v0.2.21
2026-07-06T07:55:36.8656680Z    Compiling opaque-debug v0.3.1
2026-07-06T07:55:36.8893350Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-06T07:55:36.9190135Z    Compiling polyval v0.6.2
2026-07-06T07:55:36.9778583Z    Compiling hash32 v0.2.1
2026-07-06T07:55:37.0180908Z    Compiling vergen-gitcl v1.0.8
2026-07-06T07:55:37.0227154Z    Compiling spin v0.9.8
2026-07-06T07:55:37.0423243Z    Compiling ryu v1.0.23
2026-07-06T07:55:37.1556322Z    Compiling num_threads v0.1.7
2026-07-06T07:55:37.1706095Z    Compiling tower-layer v0.3.3
2026-07-06T07:55:37.1861799Z    Compiling aws-lc-sys v0.41.0
2026-07-06T07:55:37.1985659Z    Compiling ring v0.17.14
2026-07-06T07:55:37.2294884Z    Compiling libsqlite3-sys v0.30.1
2026-07-06T07:55:37.2427685Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-06T07:55:37.2526155Z    Compiling fallible-iterator v0.3.0
2026-07-06T07:55:37.3093462Z    Compiling signature v3.0.0
2026-07-06T07:55:37.3300586Z    Compiling time v0.3.47
2026-07-06T07:55:37.3720380Z    Compiling ghash v0.5.1
2026-07-06T07:55:37.3814898Z    Compiling sha2 v0.11.0-rc.5
2026-07-06T07:55:37.3960343Z    Compiling aes v0.8.4
2026-07-06T07:55:37.4830573Z    Compiling ctr v0.9.2
2026-07-06T07:55:37.4950794Z    Compiling fs2 v0.4.3
2026-07-06T07:55:37.5661009Z    Compiling http-body-util v0.1.3
2026-07-06T07:55:37.6874369Z    Compiling aead v0.5.2
2026-07-06T07:55:37.7030599Z    Compiling arrayvec v0.7.6
2026-07-06T07:55:37.7300469Z    Compiling utf8parse v0.2.2
2026-07-06T07:55:37.8111879Z    Compiling openssl-probe v0.2.1
2026-07-06T07:55:37.8114507Z    Compiling crossbeam-epoch v0.9.18
2026-07-06T07:55:37.8404925Z    Compiling crossbeam-channel v0.5.15
2026-07-06T07:55:37.8892433Z    Compiling blake3 v1.8.5
2026-07-06T07:55:38.0332923Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-06T07:55:38.0608532Z    Compiling aes-gcm v0.10.3
2026-07-06T07:55:38.2068865Z    Compiling netlink-packet-route v0.29.0
2026-07-06T07:55:38.2396364Z    Compiling memoffset v0.6.5
2026-07-06T07:55:38.2515826Z    Compiling acto v0.8.2
2026-07-06T07:55:38.2670570Z    Compiling noq v0.18.0
2026-07-06T07:55:38.3010665Z    Compiling netwatch v0.16.0
2026-07-06T07:55:38.4061260Z    Compiling tagptr v0.2.0
2026-07-06T07:55:38.4602957Z    Compiling identity-hash v0.1.0
2026-07-06T07:55:38.4670068Z    Compiling rustix v1.1.4
2026-07-06T07:55:38.5016033Z    Compiling rustc-hash v2.1.2
2026-07-06T07:55:38.5741282Z    Compiling ref-cast v1.0.25
2026-07-06T07:55:38.5850569Z    Compiling lru-slab v0.1.2
2026-07-06T07:55:38.5930664Z    Compiling thiserror v1.0.69
2026-07-06T07:55:38.6150416Z    Compiling foldhash v0.2.0
2026-07-06T07:55:38.6340513Z    Compiling xml-rs v0.8.28
2026-07-06T07:55:38.7250701Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-06T07:55:38.7916416Z    Compiling sorted-index-buffer v0.2.1
2026-07-06T07:55:38.8875225Z    Compiling mac-addr v0.3.0
2026-07-06T07:55:38.9665045Z    Compiling hashbrown v0.16.1
2026-07-06T07:55:39.0790559Z    Compiling netlink-packet-route v0.30.0
2026-07-06T07:55:39.1167162Z    Compiling termios v0.2.2
2026-07-06T07:55:39.1240407Z    Compiling serial-core v0.4.0
2026-07-06T07:55:39.2499775Z    Compiling synstructure v0.13.2
2026-07-06T07:55:39.2904633Z    Compiling darling_core v0.20.11
2026-07-06T07:55:39.3071074Z    Compiling serde_derive_internals v0.29.1
2026-07-06T07:55:39.6300948Z    Compiling xmltree v0.10.3
2026-07-06T07:55:39.7900977Z    Compiling proc-macro-crate v3.5.0
2026-07-06T07:55:39.8640369Z    Compiling ioctl-rs v0.1.6
2026-07-06T07:55:39.8764563Z    Compiling errno v0.3.14
2026-07-06T07:55:39.8840883Z    Compiling simple-dns v0.9.3
2026-07-06T07:55:39.9620929Z    Compiling aho-corasick v1.1.4
2026-07-06T07:55:40.0256224Z    Compiling winnow v0.7.15
2026-07-06T07:55:40.0440549Z    Compiling constant_time_eq v0.4.2
2026-07-06T07:55:40.1207172Z    Compiling regex-syntax v0.8.10
2026-07-06T07:55:40.2690817Z    Compiling sha1_smol v1.0.1
2026-07-06T07:55:40.3012313Z    Compiling resolv-conf v0.7.6
2026-07-06T07:55:40.4324338Z    Compiling signal-hook v0.3.18
2026-07-06T07:55:40.4721973Z    Compiling simdutf8 v0.1.5
2026-07-06T07:55:40.5160524Z    Compiling smol_str v0.1.24
2026-07-06T07:55:40.5470585Z    Compiling toml_write v0.1.2
2026-07-06T07:55:40.6290451Z    Compiling arrayref v0.3.9
2026-07-06T07:55:40.7020506Z    Compiling linux-raw-sys v0.12.1
2026-07-06T07:55:40.8284602Z    Compiling signal-hook-registry v1.4.8
2026-07-06T07:55:40.8291403Z    Compiling serial-unix v0.4.0
2026-07-06T07:55:40.8990920Z    Compiling lru v0.16.4
2026-07-06T07:55:41.0600913Z    Compiling darling_core v0.23.0
2026-07-06T07:55:41.1754802Z    Compiling serde_bytes v0.11.19
2026-07-06T07:55:41.1757674Z    Compiling seize v0.5.1
2026-07-06T07:55:41.4571072Z    Compiling hmac v0.12.1
2026-07-06T07:55:41.5027388Z    Compiling serde_derive v1.0.228
2026-07-06T07:55:41.5896794Z    Compiling zeroize_derive v1.4.3
2026-07-06T07:55:41.6466225Z    Compiling tokio-macros v2.7.0
2026-07-06T07:55:41.6550263Z    Compiling futures-macro v0.3.32
2026-07-06T07:55:42.2571765Z    Compiling zeroize v1.8.2
2026-07-06T07:55:42.4222914Z    Compiling tokio v1.52.3
2026-07-06T07:55:42.5088349Z    Compiling zerofrom-derive v0.1.7
2026-07-06T07:55:42.6615035Z    Compiling futures-util v0.3.32
2026-07-06T07:55:42.6701135Z    Compiling yoke-derive v0.8.2
2026-07-06T07:55:42.7460507Z    Compiling zerovec-derive v0.11.3
2026-07-06T07:55:42.7680510Z    Compiling displaydoc v0.2.6
2026-07-06T07:55:42.8761007Z    Compiling tracing-attributes v0.1.31
2026-07-06T07:55:43.6450896Z    Compiling rustls-pki-types v1.14.1
2026-07-06T07:55:44.1150284Z    Compiling thiserror-impl v2.0.18
2026-07-06T07:55:44.1440856Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-06T07:55:44.1659771Z    Compiling zerofrom v0.1.8
2026-07-06T07:55:44.3490661Z    Compiling yoke v0.8.3
2026-07-06T07:55:44.4064193Z    Compiling darling_macro v0.20.11
2026-07-06T07:55:44.5771037Z    Compiling zerovec v0.11.6
2026-07-06T07:55:44.6651920Z    Compiling zerotrie v0.2.4
2026-07-06T07:55:44.8404290Z    Compiling derive_more-impl v2.1.1
2026-07-06T07:55:44.8644357Z    Compiling n0-error-macros v0.1.3
2026-07-06T07:55:44.8651280Z    Compiling darling v0.20.11
2026-07-06T07:55:44.8659329Z    Compiling spez v0.1.2
2026-07-06T07:55:44.9347697Z    Compiling derive_builder_core v0.20.2
2026-07-06T07:55:45.1850499Z    Compiling der v0.8.0-rc.10
2026-07-06T07:55:45.2900667Z    Compiling pin-project-internal v1.1.13
2026-07-06T07:55:45.4876455Z    Compiling tinystr v0.8.3
2026-07-06T07:55:45.8650823Z    Compiling icu_locale_core v2.2.0
2026-07-06T07:55:45.9030793Z    Compiling potential_utf v0.1.5
2026-07-06T07:55:46.0731186Z    Compiling icu_collections v2.2.0
2026-07-06T07:55:46.2933592Z    Compiling n0-error v0.1.3
2026-07-06T07:55:46.3384655Z    Compiling derive_builder_macro v0.20.2
2026-07-06T07:55:46.6900978Z    Compiling futures-executor v0.3.32
2026-07-06T07:55:46.6975701Z    Compiling derive_builder v0.20.2
2026-07-06T07:55:46.8340541Z    Compiling ipnet v2.12.0
2026-07-06T07:55:46.8501584Z    Compiling pin-project v1.1.13
2026-07-06T07:55:46.8910588Z    Compiling spki v0.8.0-rc.4
2026-07-06T07:55:46.9370412Z    Compiling ed25519-dalek v2.2.0
2026-07-06T07:55:47.1088113Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-06T07:55:47.1709619Z    Compiling icu_provider v2.2.0
2026-07-06T07:55:47.2300925Z    Compiling spt-proto v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-06T07:55:47.2694539Z    Compiling prefix-trie v0.8.4
2026-07-06T07:55:47.2974804Z    Compiling ed25519 v3.0.0-rc.4
2026-07-06T07:55:47.3130726Z    Compiling futures v0.3.32
2026-07-06T07:55:47.5246809Z    Compiling icu_properties v2.2.0
2026-07-06T07:55:47.6140849Z    Compiling icu_normalizer v2.2.0
2026-07-06T07:55:47.7146821Z    Compiling once_cell v1.21.4
2026-07-06T07:55:47.7998514Z    Compiling cobs v0.3.0
2026-07-06T07:55:47.8312728Z    Compiling postcard-derive v0.2.2
2026-07-06T07:55:47.8631077Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-06T07:55:48.0450704Z    Compiling tracing-core v0.1.36
2026-07-06T07:55:48.2720689Z    Compiling data-encoding-macro v0.1.20
2026-07-06T07:55:48.3431612Z    Compiling hashbrown v0.14.5
2026-07-06T07:55:48.3550847Z    Compiling rustls-native-certs v0.8.4
2026-07-06T07:55:48.4678034Z    Compiling tokio-util v0.7.18
2026-07-06T07:55:48.5761328Z    Compiling tracing v0.1.44
2026-07-06T07:55:48.6070997Z    Compiling netlink-sys v0.8.8
2026-07-06T07:55:48.8100957Z    Compiling postcard v1.1.3
2026-07-06T07:55:48.8973430Z    Compiling tower v0.5.3
2026-07-06T07:55:48.9487827Z    Compiling async-trait v0.1.89
2026-07-06T07:55:48.9876561Z    Compiling num_enum_derive v0.7.6
2026-07-06T07:55:49.0380948Z    Compiling iroh-metrics-derive v0.4.1
2026-07-06T07:55:49.2095574Z    Compiling idna_adapter v1.2.2
2026-07-06T07:55:49.2890742Z    Compiling hashlink v0.9.1
2026-07-06T07:55:49.3230840Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-06T07:55:49.3680627Z    Compiling idna v1.1.0
2026-07-06T07:55:49.5540635Z    Compiling h2 v0.4.14
2026-07-06T07:55:49.5957787Z    Compiling strum_macros v0.28.0
2026-07-06T07:55:49.6050718Z    Compiling enum-assoc v1.3.0
2026-07-06T07:55:49.6494071Z    Compiling iroh-metrics v0.38.3
2026-07-06T07:55:49.6780200Z    Compiling tokio-stream v0.1.18
2026-07-06T07:55:49.7730528Z    Compiling iroh-relay v0.98.0
2026-07-06T07:55:49.8221367Z    Compiling rusqlite v0.32.1
2026-07-06T07:55:49.8970838Z    Compiling url v2.5.8
2026-07-06T07:55:49.9100849Z    Compiling derive_more v2.1.1
2026-07-06T07:55:50.0550573Z    Compiling netdev v0.42.0
2026-07-06T07:55:50.1160989Z    Compiling netlink-proto v0.12.0
2026-07-06T07:55:50.1760556Z    Compiling num_enum v0.7.6
2026-07-06T07:55:50.2036156Z    Compiling n0-watcher v0.6.1
2026-07-06T07:55:50.3138482Z    Compiling moka v0.12.15
2026-07-06T07:55:50.3250524Z    Compiling serde_spanned v0.6.9
2026-07-06T07:55:50.4060638Z    Compiling toml_datetime v0.6.11
2026-07-06T07:55:50.4182663Z    Compiling thiserror-impl v1.0.69
2026-07-06T07:55:50.4331335Z    Compiling ref-cast-impl v1.0.25
2026-07-06T07:55:50.5310567Z    Compiling webpki-roots v1.0.7
2026-07-06T07:55:50.5620739Z    Compiling regex-automata v0.4.14
2026-07-06T07:55:50.6520725Z    Compiling toml_edit v0.22.27
2026-07-06T07:55:50.7594072Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-06T07:55:50.8071020Z    Compiling attohttpc v0.30.1
2026-07-06T07:55:51.0127934Z    Compiling iroh-base v0.98.0
2026-07-06T07:55:51.0990534Z    Compiling tower-http v0.6.11
2026-07-06T07:55:51.2960892Z    Compiling spt-store v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-06T07:55:51.6099780Z    Compiling schemars_derive v1.2.1
2026-07-06T07:55:51.6750620Z    Compiling iroh v0.98.2
2026-07-06T07:55:51.8341506Z    Compiling pin-utils v0.1.0
2026-07-06T07:55:51.8993307Z    Compiling cmov v0.5.4
2026-07-06T07:55:51.9458822Z    Compiling rustix v0.38.44
2026-07-06T07:55:51.9697381Z    Compiling dyn-clone v1.0.20
2026-07-06T07:55:51.9940739Z    Compiling bitflags v1.3.2
2026-07-06T07:55:52.0994854Z    Compiling nix v0.25.1
2026-07-06T07:55:52.1596864Z    Compiling backon v1.6.0
2026-07-06T07:55:52.1855947Z    Compiling ctutils v0.4.2
2026-07-06T07:55:52.2891428Z    Compiling filedescriptor v0.8.3
2026-07-06T07:55:52.3690244Z    Compiling darling_macro v0.23.0
2026-07-06T07:55:52.4670538Z    Compiling hkdf v0.12.4
2026-07-06T07:55:52.5020884Z    Compiling papaya v0.2.4
2026-07-06T07:55:52.6295677Z    Compiling serial v0.4.0
2026-07-06T07:55:52.7132442Z    Compiling strum v0.28.0
2026-07-06T07:55:52.7233351Z    Compiling anstyle-parse v1.0.0
2026-07-06T07:55:52.7357225Z    Compiling vte_generate_state_changes v0.1.2
2026-07-06T07:55:52.8178688Z    Compiling iroh-dns v0.98.0
2026-07-06T07:55:52.8375186Z    Compiling anstyle-query v1.1.5
2026-07-06T07:55:52.8700409Z    Compiling shell-words v1.1.1
2026-07-06T07:55:52.9530611Z    Compiling downcast-rs v1.2.1
2026-07-06T07:55:52.9600313Z    Compiling instability v0.3.12
2026-07-06T07:55:53.0212123Z    Compiling foldhash v0.1.5
2026-07-06T07:55:53.0443874Z    Compiling colorchoice v1.0.5
2026-07-06T07:55:53.0542859Z    Compiling is_terminal_polyfill v1.70.2
2026-07-06T07:55:53.0857640Z    Compiling anstyle v1.0.14
2026-07-06T07:55:53.1291880Z    Compiling linux-raw-sys v0.4.15
2026-07-06T07:55:53.1515412Z    Compiling vte v0.13.1
2026-07-06T07:55:53.1630587Z    Compiling hashbrown v0.15.5
2026-07-06T07:55:53.1956339Z    Compiling signal-hook-mio v0.2.5
2026-07-06T07:55:53.2647078Z    Compiling darling v0.23.0
2026-07-06T07:55:53.3120803Z    Compiling toml v0.8.23
2026-07-06T07:55:53.3460793Z    Compiling anstream v1.0.0
2026-07-06T07:55:53.3830942Z    Compiling spake2 v0.4.0
2026-07-06T07:55:53.5007691Z    Compiling terminal_size v0.4.4
2026-07-06T07:55:53.5904284Z    Compiling regex v1.12.3
2026-07-06T07:55:53.8300803Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-06T07:55:53.9121085Z    Compiling schemars v1.2.1
2026-07-06T07:55:53.9353870Z    Compiling strum_macros v0.26.4
2026-07-06T07:55:54.2271785Z    Compiling itertools v0.13.0
2026-07-06T07:55:54.5540617Z    Compiling sha1 v0.10.6
2026-07-06T07:55:54.6241065Z    Compiling castaway v0.2.4
2026-07-06T07:55:54.6440672Z    Compiling doctest-file v1.1.1
2026-07-06T07:55:54.7350763Z    Compiling static_assertions v1.1.0
2026-07-06T07:55:54.8051113Z    Compiling unicode-width v0.1.14
2026-07-06T07:55:54.9057621Z    Compiling indoc v2.0.7
2026-07-06T07:55:55.1110972Z    Compiling spt-msg v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-06T07:55:55.2120658Z    Compiling clap_lex v1.1.0
2026-07-06T07:55:55.2751085Z    Compiling interprocess v2.4.2
2026-07-06T07:55:55.5311105Z    Compiling clap_builder v4.6.0
2026-07-06T07:55:56.1451997Z    Compiling hyper v1.10.1
2026-07-06T07:55:56.2871115Z    Compiling spt-runtime v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-06T07:55:56.2946935Z    Compiling crossterm v0.28.1
2026-07-06T07:55:56.5070764Z    Compiling unicode-truncate v1.1.0
2026-07-06T07:55:56.6907257Z    Compiling strum v0.26.3
2026-07-06T07:55:56.6956690Z    Compiling compact_str v0.8.2
2026-07-06T07:55:56.8121108Z    Compiling lru v0.12.5
2026-07-06T07:55:56.8931683Z    Compiling clap_derive v4.6.1
2026-07-06T07:55:56.9830528Z    Compiling portable-pty v0.8.1
2026-07-06T07:55:56.9974492Z    Compiling cassowary v0.3.0
2026-07-06T07:55:57.0260404Z    Compiling iana-time-zone v0.1.65
2026-07-06T07:55:57.0440627Z    Compiling unicode-width v0.2.0
2026-07-06T07:55:57.0818803Z    Compiling nucleo-matcher v0.3.1
2026-07-06T07:55:57.3727051Z    Compiling ratatui v0.29.0
2026-07-06T07:55:57.3847556Z    Compiling chrono v0.4.45
2026-07-06T07:55:57.6423371Z    Compiling spt-term v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-06T07:55:57.9050667Z    Compiling qrcode v0.14.1
2026-07-06T07:55:58.2715726Z    Compiling hyper-util v0.1.20
2026-07-06T07:55:58.2732799Z    Compiling tempfile v3.27.0
2026-07-06T07:55:59.2230474Z    Compiling clap v4.6.1
2026-07-06T07:55:59.8912531Z    Compiling spt-live v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-06T07:56:00.3263743Z    Compiling igd-next v0.17.1
2026-07-06T07:56:01.5663152Z    Compiling portmapper v0.16.0
2026-07-06T07:56:06.5498757Z    Compiling rustls-webpki v0.103.13
2026-07-06T07:56:09.0073370Z    Compiling tokio-rustls v0.26.4
2026-07-06T07:56:09.0073856Z    Compiling noq-proto v0.17.0
2026-07-06T07:56:09.0074248Z    Compiling rustls-platform-verifier v0.7.0
2026-07-06T07:56:09.1624664Z    Compiling hickory-net v0.26.0-beta.4
2026-07-06T07:56:09.1625373Z    Compiling hyper-rustls v0.27.9
2026-07-06T07:56:09.1625787Z    Compiling tokio-websockets v0.13.2
2026-07-06T07:56:09.2931072Z    Compiling reqwest v0.13.4
2026-07-06T07:56:10.2518570Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-06T07:56:24.9885195Z    Compiling spt-net v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-06T07:56:26.4756150Z    Compiling spt-daemon v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-06T07:56:34.6689667Z    Compiling spt v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-06T07:56:39.3630630Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 07s
2026-07-06T07:56:39.3853110Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-b275a0970b188bf2)
2026-07-06T07:56:39.3867351Z 
2026-07-06T07:56:39.3870689Z running 1 test
2026-07-06T07:56:45.5791670Z test new_brain_serves_against_old_broker ... ok
2026-07-06T07:56:45.5792061Z 
2026-07-06T07:56:45.5792389Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-06T07:56:45.5792848Z 
